English version of all error messages you can encounter while programming
  |   ABOUT


Localized version

Array.ConstrainedCopy는 각 배열 요소에 대해 boxing, unboxing, 확대 변환, 캐스팅 등이 적용되지 않은 호환 가능한 배열 형식에서만 사용할 수 있습니다. Derived[]를 Base[]에 복사하는 방법 등을 사용하여 배열 형식을 변경하거나, 배열을 복제하거나 손상되었을 수 있는 대상 배열을 제거하는 방법 등을 사용하여 Array.Copy의 안정성 계약 수준이 낮은 것을 CER에서 허용하도록 하십시오.

Click to search this error in Google

English version

Array.ConstrainedCopy will only work on array types that are provably compatible, without any form of boxing, unboxing, widening, or casting of each array element. Change the array types (i.e., copy a Derived[] to a Base[]), or use a mitigation strategy in the CER for Array.Copy's less powerful reliability contract, such as cloning the array or throwing away the potentially corrupt destination array.

Click to search this error in Google



Localized version
 Korean

Error category
 .Net Framework

Other localized versions
24 versions





Copyright © dotmedias 2012 Launched in 2012, to help programmers finding solutions